PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFPage Class / setOpenAction Method
An action to be performed when the page is opened (for example, when the user navigates to it from the next or previous page or by means of a link annotation or outline item).
In This Topic
    setOpenAction Method
    In This Topic
    Sets the page open action.
    Syntax
    public void setOpenAction( 
       PDFAction openAction
    )

    Parameters

    openAction
    An action to be performed when the page is opened (for example, when the user navigates to it from the next or previous page or by means of a link annotation or outline item).
    See Also